From ae057dcd12c0729c1920c7761f76638142a85ce6 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 8 Dec 2009 05:45:50 +0100 Subject: [PATCH] [doc] Fix the documentation of GtkIconEntry Cast to (GFunc) in example code Fixes https://bugzilla.gnome.org/show_bug.cgi?id=601383 --- gtk/gtkiconview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkiconview.c b/gtk/gtkiconview.c index d1055a998c..14ee4891c4 100644 --- a/gtk/gtkiconview.c +++ b/gtk/gtkiconview.c @@ -5794,7 +5794,7 @@ gtk_icon_view_unselect_path (GtkIconView *icon_view, * * To free the return value, use: * |[ - * g_list_foreach (list, gtk_tree_path_free, NULL); + * g_list_foreach (list, (GFunc)gtk_tree_path_free, NULL); * g_list_free (list); * ]| * -- 2.30.2